RetroMission
***
CD-ROM
|
disk
|
FTP
|
web
|
AOL
|
usenet
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
Desktop
/
.xdt_dir
/
objects
/
ademo.obj
/
activate
(
.txt
)
next >
Wrap
Text File
|
1995-07-19
|
1KB
|
53 lines
# IXI Version: @(#) activate 10.1.2.1
begin
filetype /usr/skunk/bin/X11/ademo
if [ == $_type(1) F ] && [ == $_type(2) X ]
then
exec=true
fi
if [ == $exec true ]
then
cd $HOME
filetype /tmp/ademo_stop
if [ == $_type(1) F ]
then
animate $static_arg false $static_arg/picture12.px \
$static_arg/picture11.px \
$static_arg/picture10.px \
$static_arg/picture9.px \
$static_arg/picture8.px \
$static_arg/picture7.px \
$static_arg/picture6.px \
$static_arg/picture5.px \
$static_arg/picture4.px \
$static_arg/picture3.px \
$static_arg/picture2.px \
$static_arg/picture1.px \
$static_arg/picture.px
sh /tmp/ademo_stop
else
animate $static_arg false $static_arg/picture.px \
$static_arg/picture1.px \
$static_arg/picture2.px \
$static_arg/picture3.px \
$static_arg/picture4.px \
$static_arg/picture5.px \
$static_arg/picture6.px \
$static_arg/picture7.px \
$static_arg/picture8.px \
$static_arg/picture9.px \
$static_arg/picture10.px \
$static_arg/picture11.px \
$static_arg/picture12.px
/usr/skunk/bin/X11/ademo
fi
else
fyi -t 'ademo' ''$m1''
fi
finish